Skip to content

Add detailed auditing of domain changes & comment ability#194

Merged
XingY merged 5 commits intodevelopfrom
fb_domainAudit
May 23, 2025
Merged

Add detailed auditing of domain changes & comment ability#194
XingY merged 5 commits intodevelopfrom
fb_domainAudit

Conversation

queryName: string;
/** The domain schema name. */
schemaName: string;
auditUserComment?: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment for these properties. Something like:

/** Can be used to provide a comment from the user that will be attached to certain detailed audit log records. */

queryName?: string;
/** Name of the schema. */
schemaName?: string;
auditUserComment?: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linting will put this in order.

containerPath: arguments[5],
includeWarnings: arguments[6],
options: arguments[7],
auditUserComment: arguments[8],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: This isn't necessary. This interface is only intended to be backwards compatible with the original arguments list.

XingY added 2 commits May 22, 2025 22:06
# Conflicts:
#	CHANGELOG.md
#	package-lock.json
#	package.json
@XingY XingY merged commit c5d8134 into develop May 23, 2025
3 checks passed
@XingY XingY deleted the fb_domainAudit branch May 23, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants